Package-level declarations

Types

Link copied to clipboard

Weather conditions for a given timestamp

Link copied to clipboard

List of Conditions

Link copied to clipboard

Daylight enum

Link copied to clipboard

Weather forecast for a given geographic location

Link copied to clipboard

List of LocationForecast

Link copied to clipboard
typealias OnWeatherForecastCompleted = (results: LocationForecastList, errorCode: ErrorCode, hint: String) -> Unit

On completed trigger. Lambda signature: (results: LandmarkList, errorCode: ErrorCode, hint: String) -> Unit. ArrayList represents the results returned by the service. ErrorCode represents the error code returned by the service. String represents hint returned by the service.

Link copied to clipboard

Weather parameter data

Link copied to clipboard

List of Weather Parameters

Link copied to clipboard

Weather Service. Provides information about current and forecast weather conditions based on geographical coordinate